home *** CD-ROM | disk | FTP | other *** search
- // Borland C++ Builder
- // Copyright (c) 1995, 1998 by Borland International
- // All rights reserved
-
- // (DO NOT EDIT: machine generated header) 'AHMTDBOfficeEdit.pas' rev: 3.00
-
- #ifndef AHMTDBOfficeEditHPP
- #define AHMTDBOfficeEditHPP
- #include <Menus.hpp>
- #include <Mask.hpp>
- #include <AHMSControls.hpp>
- #include <DBCtrls.hpp>
- #include <StdCtrls.hpp>
- #include <Dialogs.hpp>
- #include <Forms.hpp>
- #include <Controls.hpp>
- #include <Graphics.hpp>
- #include <Classes.hpp>
- #include <SysUtils.hpp>
- #include <Messages.hpp>
- #include <Windows.hpp>
- #include <SysInit.hpp>
- #include <System.hpp>
-
- //-- user supplied -----------------------------------------------------------
-
- namespace Ahmtdbofficeedit
- {
- //-- type declarations -------------------------------------------------------
- class DELPHICLASS TAHMDBOfficeEdit;
- class PASCALIMPLEMENTATION TAHMDBOfficeEdit : public Dbctrls::TDBEdit
- {
- typedef Dbctrls::TDBEdit inherited;
-
- private:
- Ahmscontrols::TAHMAboutSControlStr FAboutStr;
- bool MouseInControl;
- void __fastcall DoFrame(const HRGN Clip);
- void __fastcall FixHeight(void);
- HIDESBASE MESSAGE void __fastcall WMSetFocus(Messages::TWMSetFocus &Message);
- HIDESBASE MESSAGE void __fastcall WMKillFocus(Messages::TWMKillFocus &Message);
- MESSAGE void __fastcall WMNCCalcSize(Messages::TWMNCCalcSize &Message);
- MESSAGE void __fastcall WMNCPaint(Messages::TMessage &Message);
- HIDESBASE MESSAGE void __fastcall CMEnabledChanged(Messages::TMessage &Message);
- HIDESBASE MESSAGE void __fastcall CMFontChanged(Messages::TMessage &Message);
- HIDESBASE MESSAGE void __fastcall CMMouseEnter(Messages::TMessage &Message);
- HIDESBASE MESSAGE void __fastcall CMMouseLeave(Messages::TMessage &Message);
-
- protected:
- virtual void __fastcall Loaded(void);
-
- public:
- __fastcall virtual TAHMDBOfficeEdit(Classes::TComponent* AOwner);
-
- __published:
- __property Ahmscontrols::TAHMAboutSControlStr About = {read=FAboutStr, write=FAboutStr};
- __property CharCase ;
- __property Color ;
- __property DragCursor ;
- __property DragMode ;
- __property Enabled ;
- __property Font ;
- __property HideSelection ;
- __property MaxLength ;
- __property OEMConvert ;
- __property ParentColor ;
- __property ParentCtl3D ;
- __property ParentFont ;
- __property ParentShowHint ;
- __property PasswordChar ;
- __property PopupMenu ;
- __property ShowHint ;
- __property TabOrder ;
- __property TabStop ;
- __property Text ;
- __property Visible ;
- __property OnChange ;
- __property OnClick ;
- __property OnDblClick ;
- __property OnDragDrop ;
- __property OnDragOver ;
- __property OnEndDrag ;
- __property OnEnter ;
- __property OnExit ;
- __property OnKeyDown ;
- __property OnKeyPress ;
- __property OnKeyUp ;
- __property OnMouseDown ;
- __property OnMouseMove ;
- __property OnMouseUp ;
- __property OnStartDrag ;
- public:
- /* TDBEdit.Destroy */ __fastcall virtual ~TAHMDBOfficeEdit(void) { }
-
- public:
- /* TWinControl.CreateParented */ __fastcall TAHMDBOfficeEdit(HWND ParentWindow) : Dbctrls::TDBEdit(
- ParentWindow) { }
-
- };
-
- //-- var, const, procedure ---------------------------------------------------
-
- } /* namespace Ahmtdbofficeedit */
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace Ahmtdbofficeedit;
- #endif
- //-- end unit ----------------------------------------------------------------
- #endif // AHMTDBOfficeEdit
-